home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / StdEnv / StdEnum.dcl < prev    next >
Encoding:
Modula Definition  |  1996-12-23  |  557 b   |  18 lines  |  [TEXT/3PRM]

  1. definition module StdEnum
  2.  
  3. // ****************************************************************************************
  4. //    Concurrent Clean Standard Library Module Version 1.1
  5. //    Copyright 1995 University of Nijmegen
  6. // ****************************************************************************************
  7.  
  8. /*
  9.     This module must be imported if dotdot expressions are used
  10.  
  11.         [from .. ]            -> _from from
  12.         [from .. to]        -> _from_to from to
  13.         [from, then .. ]    -> _from_then from then
  14.         [from, then .. to]    -> _from_then_to from then to
  15. */
  16.     
  17. import    _SystemEnum
  18.